home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / progs / editor / frexxed / fpl / hotkey.fpl.readme < prev    next >
Text File  |  1996-03-26  |  1KB  |  35 lines

  1. ############################################
  2. File: Hotkey.FPL
  3. Author: Kjell Ericson
  4. Email: kjer@netcom.se, FidoNet 2:201/328
  5. Short description: Activate FrexxEd with a hotkey from iconified mode
  6. Version: 1.0
  7. Date: 17.7.95
  8. Local settings:
  9. Global settings: hotkey
  10. Keysequence:
  11. Type: hook and function
  12. Prereq:
  13. ############################################
  14.  
  15. FUNCTION
  16.  
  17.  When FrexxEd is iconified, the keypress in the setting 'hotkey' will bring
  18. FrexxEd visible.  The keypress is defined as 'commodity style' and is set
  19. to 'Amiga Alt Return' as default.
  20.  
  21.  
  22. ADVANCED
  23.  
  24.  The function builds a little Arexx script which is sent to the FrexxKey
  25. program (in 'FrexxEd:bin/') together with the keypress.  The process number
  26. given by the 'run' program is redirected to a file, and remembered.  This
  27. number is used to 'break' the right process whenever the hotkey is changed
  28. or FrexxEd is exitting.
  29.  
  30. NOTE
  31.  
  32.  This script is depending on that the 'FrexxEd:bin/FrexxKey' program exist
  33. and 'rx', 'break' and 'makedir' is in the current path.
  34.  
  35.